func strconv.small

5 uses

	strconv (current package)
		itoa.go#L16: 		return small(int(i))
		itoa.go#L27: 		return small(int(i))
		itoa.go#L42: 		return append(dst, small(int(i))...)
		itoa.go#L52: 		return append(dst, small(int(i))...)
		itoa.go#L59: func small(i int) string {